|
|
|
|
ShowToolTips Property, RowHeadersClass Class |
Defines whether tooltips are shown for row headers.
Syntax RowHeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property ShowToolTips As Boolean |
C# |
public bool ShowToolTips { get; set; } |
C++ |
public: property bool ShowToolTips { |
Property Value
True if tooltips are shown for row headers, otherwise False.
The default value is True.
Comments
The ShowToolTips property defines whether tooltips are shown for row headers.
When tooltips are displayed is defined using the ToolTip.ShowAlways property.
Tooltips for columns, headers and footers are defined using the ColumnClass.ShowToolTips, Headers.ShowToolTips and Footers.ShowToolTips properties.